Spread Windows Forms 12.0 Product Documentation
Group(SortInfo[]) Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > GroupDataModel Class > Group Method : Group(SortInfo[]) Method
Sort information
Groups the rows with the specified sort information.
Syntax
'Declaration
 
Public Overloads Sub Group( _
   ByVal sortInfo() As SortInfo _
) 
'Usage
 
Dim instance As GroupDataModel
Dim sortInfo() As SortInfo
 
instance.Group(sortInfo)
public void Group( 
   SortInfo[] sortInfo
)

Parameters

sortInfo
Sort information
See Also

Reference

GroupDataModel Class
GroupDataModel Members
Overload List